/*头部*/
/*$$
{"color":[{"val":"#4a4a4a","title":"大标题字体颜色 li标签小字颜色"},{"val":"#636363","title":"标题第二行颜色"},{"val":"#ffcc00","title":"下部分数字颜色"}],"background":[{"val":"#f2e117","title":"span背景颜色"}],"border":[]}
$$*/
/*成功租赁*/
#product_146{
	width: 1200px;
	margin: auto;
	padding-top:70px;
	padding-bottom: 85px;
	box-sizing: border-box;
}
#product_146 .productTitle{
	width: 45%;
	margin: auto;
}
#product_146 .productTitleA{
	font-size: 28px;
	line-height: 40px;
	color: #4a4a4a;
	display: flex;
	justify-content: space-between;
}
#product_146 .productTitleA span{
	font-size: 32px;
	line-height: 40px;
	color: #4a4a4a;
	background: #f2e117;
	display: block;
	width: 30px;
	text-align: center;
}
#product_146 .productTitleB{
	font-size: 14px;
	line-height: 36px;
	color: #636363;
	text-align: center;
    margin-top: 10px; 
}
#product_146 .productMid{
	width: 83.3%;
	margin: auto;
	margin-top: 50px;
}
#product_146 .productMid ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#product_146 .productMidA,#product_146 .productMidC{
	font-size: 64px;
	font-family: arial;
	line-height: 60px;
	color: #ffcc00;
	position: relative;
	text-align: center;
}
#product_146 .productMidA:after{
	content:"+";
	font-size: 61px;
	font-family: arial;
	line-height: 61px;
	color: #ffcc00;
	position: absolute;
	top: -10px;
	right: -40px;
}
#product_146 .productMidB{
	font-size: 14px;
	line-height: 36px;
	text-align: center;
	color: #4a4a4a;
}
@media screen and (max-width:1200px) {
	#product_146{
		width: 90%;
		margin: auto;
	}
	#product_146 .productTitle{
		width: 70%;
	}
}
/* ipad */
@media screen and (max-width:992px){
	 #product_146{
		width: 100%;
		margin: auto;
	}
}
/* 手机 */
@media screen and (max-width: 767px) {
	#product_146{
	 	width: 100%;
	 	padding: 15px;
	 
	}
	#product_146 .productTitle{
		width: 100%;
	}
	#product_146 .productTitleA{
		font-size: 15px;
	}
	#product_146 .productTitleB{
		font-size: 12px;
		margin-top: 0;
		text-overflow: ellipsis; 
		height: 36px;
		overflow:hidden;
	}
	#product_146 .productMid{
		width: 96%;
		margin-top: 20px;
	}
	#product_146 .productMidA, #product_146 .productMidC{
		font-size: 28px;
		line-height: 30px;
	}
	#product_146 .productMidA:after{
		font-size: 25px;
		right: -11px;	
		line-height: 30px;
	}
	#product_146 .productTitleA span{
		font-size: 24px;
		width: 25px;
	}
	#product_146 .productMidB{
		line-height: 25px;
	}
}